reflect.interfaceType.Method (method, view implemented interface methods)
3 uses
reflect (current package)
type.go#L848: return tt.Method(i)
type.go#L1103: func (t *interfaceType) Method(i int) (m Method) {
type.go#L1133: return t.Method(i), true
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)